home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 1998 August / PC Plus SuperCD 50b Issue 142 (CD142b) (August 1998).iso / handson / VBwkshp / vb.exe / Module2.bas < prev    next >
Encoding:
BASIC Source File  |  1998-05-01  |  104 b   |  8 lines

  1. Attribute VB_Name = "Module2"
  2. Sub Main()
  3. Dim r As Integer
  4.  
  5. r = PEOpenEngine()
  6. Form1.Show
  7. End Sub
  8.